home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
src
/
WWW
/
Daemon
/
Implementation
/
HTDaemon.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-04
|
398 b
|
23 lines
/* Calls back to HTDaemon program
** ------------------------------
*/
#ifndef HTDAEMON_H
#define HTDAEMON_H
#include "HTFormat.h"
/* These routines are used to send back appropriate
** protocol header fields preceding a message.
*/
extern void HTSendError PARAMS((
int soc,
int number,
CONST char * msg));
extern void HTSendHeader PARAMS((
int soc,
HTFormat rep));
#endif